home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / editor / jbrws41b.zip / readme.txt < prev   
Text File  |  1997-03-24  |  3KB  |  88 lines

  1.                   Starlight Software Co.
  2.                   ======================
  3.                        - presents -
  4.  
  5.   JBrowse -- the source browser for Java programmers.
  6.  
  7.  
  8.   Some features:
  9.   --------------
  10. o JBrowse scans java source  and user home directories on 
  11.   startup to locate Java classes.
  12. o Package Tree pane presents a tree view of all Java packages 
  13.   and classes.
  14. o Double-click on a class name to browse that class.
  15. o Class Tree pane shows inheritance information; double click 
  16.   in this pane to edit class details.
  17. o Field list pane  shows the class's  methods and variables - 
  18.   click on a field name to see its definition.
  19. o Edit pane provides  syntax highlighting,  allows editing of
  20.    source.
  21. o Select 'Action:  compile changes' on  the menu to recompile 
  22.   the class.
  23. o Errors are  displayed in  the status pane;  double-click to 
  24.   jump to the source.
  25. o JBrowse is  written entirely in  Java, and is therefore 
  26.   nicely portable.
  27. o Oh, it supports the version 1.1 new language features, too.
  28. o And finally, the price is reasonable at $50.00.
  29.  
  30.  
  31.  
  32.   Installation directions:
  33.   ------------------------
  34. You need a Java VM installed on your machine to run JBrowse.  
  35. JBrowse has been tested with versions 1.0.2 and 1.1 of the 
  36. Sun distribution.  Others should work, but haven't been tried. 
  37. Feedback is appreciated.
  38.  
  39. You can download Sun's JDK for most platforms at: 
  40.   http://www.javasoft.com
  41.  
  42. If you'll want to be able to browse the Java libraries
  43. (recommended), you should make sure the Java source is 
  44. located in a subdirectory 'src' under the java directory. 
  45. This should have come with the JDK in a file called 'src.zip'.
  46.  
  47. Now, make a directory under your java directory called 
  48. 'classes' and add it to your CLASSPATH environment setting.  
  49. Then unzip the compressed file into that directory, being
  50. sure to maintain the directory structure.
  51.  
  52. Then simply type:
  53. 'java JBrowse' to invoke JBrowse.  
  54.  
  55.  
  56.  
  57.   Registration procedure:
  58.   -----------------------
  59. This is NOT free software.  It is intended for evaluation
  60. purposes only; if you use it, you must register it.
  61.  
  62. At present we haven't got anything fancy like credit card
  63. billing procedures or similar.  The way to register is to 
  64. send me money.  
  65.  
  66. Send a check or money order in the amount of $50 (US) to:
  67.  
  68.     Kevin Kelley
  69.     30703 Rd. 28
  70.     La Junta, CO  81050
  71.  
  72. along with your name, postal address, and email address for
  73. my records.  
  74.  
  75. Future versions of the software will include registration-key
  76. unlocking; all registered users will be provided with a key.
  77.  
  78.  
  79.  
  80. Try it out, let me know what you think, and check back 
  81. often.  We'll be growing fast!
  82.  
  83.  
  84.  
  85. Kevin Kelley
  86. Starlight Software Co.
  87. kelley@iguana.ruralnet.net
  88.